
LINDA_PATH=/usr/sca/linda7.1/intel-linux2.4-ws3/
export LINDA_PATH

# Some systems expand quoted null arg lists into the null string

if [ $# -eq 0 ]
then
	exec ${LINDA_PATH}bin/cLindaLauncher
else
	exec ${LINDA_PATH}bin/cLindaLauncher "$@"
fi
